home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / fsthst22.zip / FASTHST.DOC next >
Text File  |  1990-08-10  |  8KB  |  190 lines

  1.                          FASTHST 2.2 (Formerly 19200HST)
  2.                               By Joseph Sheppard
  3.                     Sysop, The Ledge PCBoard (818) 352-3620
  4.  
  5.     WHAT IT DOES:
  6.     -------------
  7.  
  8.     FASTHST is a utility program written with Turbo Pascal 5.5 using
  9.     routines from Prokit by Samuel Smith.
  10.  
  11.     FASTHST is released as a free program.  No donations are requested for
  12.     it's use.  The authors are not responsible for any damage that might be
  13.     caused by the use of this program.  Please use this program at your own
  14.     risk.
  15.  
  16.     The purpose of FASTHST is to aid owners of USRobotics Courier HST
  17.     modems in setting up for optimum speed.  It will work with either
  18.     older HST's that open at 19200 baud, or the newer ones that open at
  19.     38,400 baud (1440 HST's).
  20.  
  21.     This program is designed for callers only.  Although I run my BBS with
  22.     the settings from FASTHST, I would recommend that Sysops follow the
  23.     instructions for their specific BBS package on modem settings.
  24.     PCBoard sysops have a similar program called PCBMODEM that
  25.     should be used instead of this program.
  26.  
  27.     This program will allow you to lock your serial port at 19200 or
  28.     38400 depending on the model HST you have.  This setting may
  29.     only be effective on 286 and 386 systems.  Some multi-tasking software
  30.     may not be able to handle this setting.  If you find that you are
  31.     having trouble with aborted downloads after running this program then
  32.     you should probably go into your terminal program and type AT&F&W
  33.     followed by the ENTER key to reset the modem to it's factory settings.
  34.  
  35.     Using these settings along with protocols designed for error correcting
  36.     modems such as Ymodem-G, Xmodem-1K-G or Zmodem MobyTurbo I have
  37.     achieved file transfer speeds in the 1100 - 1150 cps range on a regular
  38.     basis using both 286 and 386 systems with the old modem HST open at
  39.     19200 bps.  With the new 1440 HST open at 38,400 I have achieved speeds
  40.     in excess of 1700 cps using Ymodem-G and Zmodem Mobyturbo.
  41.  
  42.  
  43.     HOW IT DOES IT:
  44.     ---------------
  45.  
  46.     FASTHST starts by giving the suggested dipswitch settings, which are
  47.     as follows:
  48.  
  49.                 1   2   3   4   5   6   7   8   9   10
  50.                 --  --  --  --  --  --  --  --  --  --
  51.                 UP  UP  DN  DN  DN  UP  UP  DN  UP  UP
  52.  
  53.     These settings will do the following to your modem:
  54.  
  55.     1 UP - DTR is controlled by software
  56.  
  57.     2 UP - Send verbal result codes
  58.  
  59.     3 DN - Result codes are displayed
  60.  
  61.     4 DN - Local echo of commands is suppressed
  62.  
  63.     5 DN - Auto Answer Suppressed
  64.  
  65.     6 UP - Do not force carrier detect
  66.  
  67.     7 UP - Single phone line connection (RJ-11)
  68.  
  69.     8 DN - AT command set enabled
  70.  
  71.     9 UP - Hang up when escape code is sent
  72.  
  73.     10 UP- Load from NRAM in power up
  74.  
  75.  
  76.     Next, it will ask you if you want to disable the "Data Compression"
  77.     (MNP Level 5) feature.  If you disable this feature, then you will
  78.     have better performance when transferring compressed files (ZIP,
  79.     ARC, LZH etc).  If you leave data compression enabled, then you will
  80.     be able to transfer text files faster, but compressed files will go
  81.     at a slower rate.
  82.  
  83.     If you will be using your HST mainly for downloading ZIP or ARC
  84.     files from BBS system, it is recommended that you disable data
  85.     compression by answering Yes to this prompt.
  86.  
  87.     You will then be asked weather you want to disable the modem
  88.     speaker. Because FASTHST programms the modem to send detailed status
  89.     messages to the terminal program, you may want to rely on these
  90.     silet messages.  If you choose to have the speaker on, then it will
  91.     be on from the time you dial, until connection is made.
  92.  
  93.     It then will reset your modems internal NRAM settings to the original
  94.     factory defaults.
  95.  
  96.     Next it sends the following settings to the modem's non-volitile
  97.     memory:
  98.  
  99.     ATS7=60E0M0X7
  100.  
  101.     S7=60 - Number of seconds modem waits for carrier
  102.  
  103.     E0 - Local echo off
  104.  
  105.     M0 - Speaker Off (can be overidden by putting M1 in your modem program's
  106.          initialization string)
  107.  
  108.     X7 - Result code option (OK, CONNECT, RING, NO CARRIER, ERROR, CONNECT,
  109.          NO DIAL TONE, BUSY, NO ANSWER, RINGING, VOICE)
  110.  
  111.  
  112.     Once this string is received it sends the following additional
  113.     settings:
  114.  
  115.     AT&H3&R2&S1&B1&Kx&W
  116.  
  117.     &H1 - Hardware flow control
  118.  
  119.     &R2 - Received data output to terminal on RTS high
  120.  
  121.     &S1 - Modem controls DSR
  122.  
  123.     &B1 - Lock port at speed setting (19200 or 38400)
  124.  
  125.     &Kx - Disable or enable data compression depending on how you
  126.           answered the data compression prompt (x=0 or 1).
  127.  
  128.     &W -  Write these settings to non-volitile RAM (NRAM).
  129.  
  130.  
  131.     After running this program, you should go into the setup portion of
  132.     your modem program (Qmodem, Procomm or whatever) and change the modem
  133.     initialization string to ATH0 followed by whatever character that
  134.     program uses to send a carriage return (Qmodem uses a { Procomm uses a
  135.     !).
  136.  
  137.     TIPS 'N' TRICKS:
  138.     ----------------
  139.  
  140.     If you want to overide any of the NRAM settings that I have written in
  141.     the program, you can either do by placing the replacement commands in
  142.     the modem initialization string, or by going into the terminal mode of
  143.     your modem software and typing those commands followed by AT&W.
  144.  
  145.     It is highly recommended that you use a high performance protocol
  146.     driver such as DSZ by Chuck Foresberg.  The registered version of DSZ
  147.     includes YMODEM-G and Xmodem-1K-G protocols which should yield the
  148.     highest possible CPS ratings under this setup.  The current versions of
  149.     many popular modem programs have built-in versions of Xmodem-1K-G
  150.     (called Ymodem-G in some versions) which will yield excellent speed,
  151.     but won't allow batch mode downloading that true Ymodem-G from the DSZ
  152.     program features.
  153.  
  154.     Zmodem MobyTurbo will give 1000-1700 cps on properly configured
  155.     systems. Zmodem is featured in non-registered versions of DSZ that are
  156.     available on most BBS systems.
  157.  
  158.     Avoid using Xmodem, Ymodem, WXmodem, Kermit, Jmodem, Bimodem or other
  159.     protocols that rely on software error checking when you are connected
  160.     to another HST at the fixed 19200 bps rate.  These protocols will give
  161.     you between 400-900 cps.  One reason I wrote this program was that I
  162.     see people night after night calling with HST modems improperly
  163.     configured and getting transfer speeds of 400 cps.
  164.  
  165.     When running with your port locked at top speed, you must go into
  166.     the setup area of your modem communication program and change the
  167.     port opening speed to your top speed (19200 or 38400).  You should
  168.     also change the call-out speeds in your dialing directory to the top
  169.     speed.  Finally, make sure that your modem program is set to NOT
  170.     reset the baud rate at redial.
  171.  
  172.  
  173.     SUPPORT:
  174.     --------
  175.  
  176.     As stated above, this is a free program.  You will probably use it
  177.     once, then throw it away and forget all about me.  That's fine, but at
  178.     least when you call my BBS at 38400 you won't be getting 400 cps!
  179.  
  180.     Updates to FASTHST are always available on my BBS, The Ledge PCBoard,
  181.     which is listed at the top of this file.  Although you can't download
  182.     from my file directory on the first call, you will be able to open the
  183.     SUPPORT door and download any of the programs that I've written, or any
  184.     third party programs (such as DSZxxxx.ARC) that are mentioned in this
  185.     file.  My support door DOES have Xmodem-1K-G, Ymodem-G, Zmodem
  186.     MobyTurbo and Super8k-G so if you are looking for a place to
  187.     test...come on!
  188.  
  189.  
  190.